pci: layerscape: add pci driver based on DM
authorMinghuan Lian <[email protected]>
Tue, 13 Dec 2016 06:54:17 +0000 (14:54 +0800)
committerYork Sun <[email protected]>
Wed, 18 Jan 2017 17:26:37 +0000 (09:26 -0800)
commit80afc63fc34286d363074d7779322c8720f346b5
treed9ce24ee2294e5100434eb7c1bd4f1485fafe80f
parenta7294aba086fb05ef2bbb50098a84d6c81e38a4b
pci: layerscape: add pci driver based on DM

There are more than five kinds of Layerscape SoCs. unfortunately,
PCIe controller of each SoC is a little bit different. In order
to avoid too many macro definitions, the patch addes a new
implementation of PCIe driver based on DM. PCIe dts node is
used to describe the difference.

Signed-off-by: Minghuan Lian <[email protected]>
Signed-off-by: Hou Zhiqiang <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Reviewed-by: York Sun <[email protected]>
drivers/pci/Kconfig
drivers/pci/pcie_layerscape.c
drivers/pci/pcie_layerscape.h
drivers/pci/pcie_layerscape_fixup.c